1 篇文章
#Docker Compose
Docker Compose 标签下的 1 篇技术文章
广告
DevOps2026-09-08
容器名冲突:The container name xxx is already in use 怎么解决?
docker run 报 Conflict. The container name /xxx/ is already in use?同名旧容器还在占着名字。覆盖 docker ps -a 找占名容器、rm -f 释放、compose down 清理项目残留、--rm 用完即删、restart 自动复活五种场景。
阅读全文广告